From: Kan-Ru Chen Date: Sat, 17 Dec 2011 08:44:32 +0000 (+0800) Subject: Remove autotools-dev and quilt from Build-Depends X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2~226 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dbcf0fa48753107070e71132cf0e1bb7f08f43b1;p=opencc.git Remove autotools-dev and quilt from Build-Depends --- diff --git a/debian/changelog b/debian/changelog index 2610314..0b8a765 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +opencc (0.3.0-1) unstable; urgency=low + + * New upstream release + * Remove autotools-dev and quilt from Build-Depends + + -- Kan-Ru Chen Sat, 17 Dec 2011 16:41:49 +0800 + opencc (0.2.0-2) unstable; urgency=low * Fix "Please fix FTBFS on mips, ppc, s390 and sparc" (Closes: #624562) diff --git a/debian/control b/debian/control index 3f52e56..a6d5394 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: opencc Priority: optional Maintainer: IME Packaging Team Uploaders: LI Daobing , Asias He -Build-Depends: debhelper (>= 7.0.50~), autotools-dev, cmake, quilt (>= 0.46-7~) +Build-Depends: debhelper (>= 7.0.50~), cmake Standards-Version: 3.9.2 Section: libs Homepage: http://code.google.com/p/opencc diff --git a/debian/rules b/debian/rules index 9ff5c79..3bc514f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh $@ --with quilt + dh $@ override_dh_auto_configure: dh_auto_configure -- -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DENABLE_GETTEXT:BOOL=ON